From e9c9ba46b87aec743ce3e36b4ad5d16caf4103af Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Fri, 23 May 2025 13:48:54 +1000 Subject: [PATCH 1/4] FF139 Relnote - SVG discard removed --- files/en-us/mozilla/firefox/releases/139/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/139/index.md b/files/en-us/mozilla/firefox/releases/139/index.md index feaa6575caa4f12..4702761139ae184 100644 --- a/files/en-us/mozilla/firefox/releases/139/index.md +++ b/files/en-us/mozilla/firefox/releases/139/index.md @@ -50,6 +50,10 @@ This article provides information about the changes in Firefox 139 that affect d #### Removals +- The {{domxref("SVGDiscardElement")}} JavaScript interface has been removed, along with its corresponding experimental {{svgelement("discard")}} SVG element. + These aren't in other browsers and are expected to be removed from the specification. + ([Firefox bug 1958839](https://bugzil.la/1958839)). + ### HTTP #### Removals From fd2e56e7c86d8a033c715b65b9594dbb21b6fb9c Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 26 May 2025 12:23:05 +1000 Subject: [PATCH 2/4] Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Brian Smith --- files/en-us/mozilla/firefox/releases/139/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/139/index.md b/files/en-us/mozilla/firefox/releases/139/index.md index 4702761139ae184..1811984282338b6 100644 --- a/files/en-us/mozilla/firefox/releases/139/index.md +++ b/files/en-us/mozilla/firefox/releases/139/index.md @@ -50,7 +50,7 @@ This article provides information about the changes in Firefox 139 that affect d #### Removals -- The {{domxref("SVGDiscardElement")}} JavaScript interface has been removed, along with its corresponding experimental {{svgelement("discard")}} SVG element. +- The experimental {{svgelement("discard")}} element has been removed, along with its corresponding {{domxref("SVGDiscardElement")}} JavaScript interface. These aren't in other browsers and are expected to be removed from the specification. ([Firefox bug 1958839](https://bugzil.la/1958839)). From d84afabc0592bd2095e10311a387cd6fc97e65e8 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 26 May 2025 12:23:11 +1000 Subject: [PATCH 3/4] Update files/en-us/mozilla/firefox/releases/139/index.md Co-authored-by: Brian Smith --- files/en-us/mozilla/firefox/releases/139/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/139/index.md b/files/en-us/mozilla/firefox/releases/139/index.md index 1811984282338b6..164adbb3a0b4ea6 100644 --- a/files/en-us/mozilla/firefox/releases/139/index.md +++ b/files/en-us/mozilla/firefox/releases/139/index.md @@ -51,7 +51,7 @@ This article provides information about the changes in Firefox 139 that affect d #### Removals - The experimental {{svgelement("discard")}} element has been removed, along with its corresponding {{domxref("SVGDiscardElement")}} JavaScript interface. - These aren't in other browsers and are expected to be removed from the specification. + These aren't supported in other browsers and are expected to be removed from the specification. ([Firefox bug 1958839](https://bugzil.la/1958839)). ### HTTP From 287875e0a9c06804b0eab8c85296f6d74d992de0 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 26 May 2025 12:24:15 +1000 Subject: [PATCH 4/4] Update files/en-us/mozilla/firefox/releases/139/index.md --- files/en-us/mozilla/firefox/releases/139/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/139/index.md b/files/en-us/mozilla/firefox/releases/139/index.md index 164adbb3a0b4ea6..34b182dc8fccb3f 100644 --- a/files/en-us/mozilla/firefox/releases/139/index.md +++ b/files/en-us/mozilla/firefox/releases/139/index.md @@ -50,7 +50,7 @@ This article provides information about the changes in Firefox 139 that affect d #### Removals -- The experimental {{svgelement("discard")}} element has been removed, along with its corresponding {{domxref("SVGDiscardElement")}} JavaScript interface. +- The experimental `` element has been removed, along with its corresponding {{domxref("SVGDiscardElement")}} JavaScript interface. These aren't supported in other browsers and are expected to be removed from the specification. ([Firefox bug 1958839](https://bugzil.la/1958839)).